Don't use hardcoded DEMOCODEDIR on Windows.
authorTor Lillqvist <tml@iki.fi>
Thu, 25 Sep 2003 18:48:06 +0000 (18:48 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 25 Sep 2003 18:48:06 +0000 (18:48 +0000)
commit4a2de86c44b264d69e69da92b92957024a1e2c56
treea47121117906c01914cd94906b686a393a3be2aa
parent97f1b098afb946d9883b12cb9d5c8d50735836fd
Don't use hardcoded DEMOCODEDIR on Windows.

2003-09-25  Tor Lillqvist  <tml@iki.fi>

* demos/gtk-demo/main.c: Don't use hardcoded DEMOCODEDIR on Windows.

2003-09-21  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkevents-win32.c (handle_wm_paint): New
function. Code split out from gdk_event_translate(). Needed
because gdk_event_get_graphics_expose() couldn't do anything
sensible otherwise. (Not that I think graphics exposes work anyway
in gdk/win32, but at least now the code could work.)

(gdk_event_get_graphics_expose): Call handle_wm_paint() instead of
gdk_event_translate(), which couldn't have worked as it doesn't
take any pre-allocated GdkEvent parameter any longer.

(gdk_event_translate): Handle WM_MOUSEACTIVATE: Don't let
GDK_WINDOW_TEMP windows be activated. (#122578, John Ehresman)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
demos/gtk-demo/main.c
gdk/win32/gdkevents-win32.c